Home | Trees | Index | Help |
|
---|
Package lemon :: Package external :: Package Cheetah :: Module FileUtils :: Class _GenSubberFunc |
|
Converts a 'sub' string in the form that one feeds to re.sub (backrefs, groups, etc.) into a function that can be used to do the substitutions in the FindAndReplace class.
Class Variable Summary | |
---|---|
SRE_Pattern |
backrefRE = \\([1-9][0-9]*)
|
SRE_Pattern |
groupRE = \\g<([a-zA-Z_][a-zA-Z_]*)>
|
Class Variable Details |
---|
backrefRE
|
groupRE
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Mon Nov 10 15:08:06 2003 | http://epydoc.sf.net |